-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "tachyons-webpack-boilerplate",
"version": "1.0.0",
"description": "Boilerplate for tachyons with react",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server",
"build": "webpack -p --config webpack_awaiting_pull.config.js",
"build_without_webpack": "node lib/build.js"
},
"keywords": [],
"author": "des-des",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/des-des/tachyons-webpack-boilerplate.git"
},
"bugs": {
"url": "https://github.com/des-des/tachyons-webpack-boilerplate/issues"
},
"homepage": "https://github.com/des-des/tachyons-webpack-boilerplate#readme",
"dependencies": {
"autoprefixer": "^7.1.1",
"css-loader": "^0.28.3",
"css-mqpacker": "^6.0.0",
"extract-text-webpack-plugin": "^2.1.0",
"postcss-conditionals": "^2.1.0",
"postcss-css-variables": "^0.7.0",
"postcss-custom-media": "^6.0.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.5",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"style-loader": "^0.18.1",
"tachyons": "^4.7.4",
"tachyons-build-css": "^1.3.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}