-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
36 lines (36 loc) · 959 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
30
31
32
33
34
35
36
{
"name": "material",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"dev": "NODE_ENV=development node ./node_modules/gulp/bin/gulp script",
"build": "NODE_ENV=production node ./node_modules/gulp/bin/gulp script"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-plumber": "^1.1.0",
"node-sass": "^4.1.1",
"postcss-loader": "^1.2.1",
"sass-loader": "^4.1.1",
"webpack": "^1.14.0",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"babel-polyfill": "^6.20.0",
"bootstrap": "4.0.0-alpha.5",
"bowser": "^1.6.0",
"lodash": "^4.17.4",
"store": "^1.3.20",
"tmc-analytics": "0.0.0-alpha4",
"tmc-client-js": "0.0.9",
"visibilityjs": "^1.2.4"
}
}