-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.57 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
46
47
48
49
50
51
52
53
{
"name": "timber-starter",
"version": "0.0.1",
"description": "PRH PS",
"main": "index.js",
"scripts": {
"build:local": "webpack",
"build": "NODE_ENV='production' webpack -p",
"build:local:watch": "webpack --watch"
},
"author": "Mat Gargano <[email protected]>",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free-webfonts": "^1.0.4",
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"bootstrap": "^4.0.0",
"bootswatch": "^4.1.3",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"ignore-loader": "^0.1.2",
"isotope-fit-columns": "^1.1.4",
"isotope-layout": "^3.0.5",
"jquery": "^3.2.1",
"node-sass": "^4.6.0",
"path": "^0.12.7",
"popper.js": "^1.14.4",
"postcss-loader": "^2.0.8",
"precss": "^2.0.0",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^6.0.6",
"semantic-ui-css": "^2.3.1",
"style-loader": "^0.19.0",
"url-loader": "^1.0.1",
"webpack": "^3.8.1",
"webpack-cleanup-plugin": "^0.5.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.2.0"
}
}