-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.45 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
54
55
{
"name": "reformation-500-omeka-theme",
"version": "1.0.0",
"description": "The Reformation 500 Omeka Exhibit Theme",
"main": "index.js",
"scripts": {
"build:dev": "webpack -w --verbose",
"build:prod": "npm run lint && webpack -p",
"lint": "standard && stylelint \"src/**/*.css\"",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ualibraries/500.git"
},
"author": "TeSS",
"license": "MIT",
"bugs": {
"url": "https://github.com/ualibraries/500/issues"
},
"homepage": "https://github.com/ualibraries/500#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"braces": "^2.3.1",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^1.2.0",
"css-loader": "^3.2.0",
"dotenv": "^4.0.0",
"file-loader": "^1.1",
"lodash": "^4.17.15",
"lodash.template": "^4.5.0",
"mem": "^4.0.0",
"mini-css-extract-plugin": "^0.4.1",
"normalize.css": "^7.0.0",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.1.6",
"postcss-reporter": "^4.0.0",
"standard": "^11.0.1",
"style-loader": "^0.18.2",
"stylelint": "^10.1.0",
"url-loader": "^1.0.1",
"webfontloader": "^1.6.28",
"webpack": "^4.41.2"
},
"engines": {
"node": "v8.7.0"
},
"devDependencies": {
"webpack-cli": "^3.1.0"
}
}