forked from GSA-TTS/identity-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.34 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
42
43
44
45
{
"name": "identity-site",
"version": "1.0.0",
"description": "login.gov static site",
"scripts": {
"build-css": "node-sass --include-path node_modules --include-path _sass --output-style compressed assets/stylesheets/main.scss assets/stylesheets/build/main.css",
"build-js": "webpack --config --progress --colors",
"federalist": "npm run build-css && npm run build-js",
"watch-css": "nodemon -e scss -x \"npm run build-css\"",
"watch-js": "webpack -w --config --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/18F/identity-site.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/18F/identity-site/issues"
},
"engines": {
"node": "5.x.x",
"npm": "3.x.x"
},
"homepage": "https://github.com/18F/identity-site#readme",
"main": "webpack.config.js",
"keywords": [],
"devDependencies": {
"nodemon": "^1.9.2"
},
"dependencies": {
"aria-accordion": "^1.1.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-preset-es2015": "^6.14.0",
"basscss-sass": "^3.0.0",
"bootstrap": "^3.3.7",
"hint.css": "^2.5.0",
"jquery": "^3.1.0",
"node-sass": "^3.7.0",
"normalize.css": "^4.2.0",
"webpack": "^1.13.2"
}
}