forked from infinitered/thesis-phoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 928 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
37
38
39
40
{
"name": "thesis",
"version": "0.3.4",
"repository": {},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.2",
"extract-text-webpack-plugin": "^3.0.1",
"medium-editor": "^5.22.0",
"node-sass": "4.9.0",
"preact": "^8.2.5",
"preact-compat": "^3.17.0",
"react-copy-to-clipboard": "^5.0.1",
"sass-loader": "^6.0.5",
"style-loader": "^0.21.0",
"unfetch": "^3.0.0",
"webpack": "^3.11.0"
},
"files": [
"package.json",
"priv/static/thesis.js"
],
"standard": {
"ignore": [
"assets/js/utilities/ospry.js",
"priv/static/thesis.js",
"doc/*"
]
},
"scripts": {
"watch": "webpack --watch-stdin --progress --color",
"webpack": "webpack -p",
"ci:test": "./bin/ci"
},
"dependencies": {}
}