-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
29 lines (29 loc) · 863 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "tachyons-cheatsheet",
"description": "Tachyons cheatsheet",
"private": false,
"author": "Roberto Dip (@roperzh)",
"version": "0.0.1",
"repository": "",
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production",
"deploy": "npm run build && ./deploy.sh",
"docs": "yaml2json docs/ --pretty --recursive | sed -e 's/}/},/g' -e '1s/^/[ /' -e '$ s//}\\]/g' > app/assets/data.json"
},
"devDependencies": {
"auto-reload-brunch": "^2",
"babel-brunch": "~6.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-latest": "^6",
"babel-preset-stage-0": "^6.22.0",
"brunch": "^2",
"clean-css-brunch": "^2",
"clipboard": "^1.6.1",
"lunr": "^1.0.0",
"preact": "^7.2.1",
"uglify-js-brunch": "^2",
"whatwg-fetch": "^2.0.3",
"yamljs": "0.2.10"
}
}