-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 843 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 843 Bytes
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
{
"name": "additions",
"description": "The npm package list for additions",
"scripts": {
"dev": "rollup -w -c rollup.config.js",
"prod": "rollup -w -c rollup.config.js --environment BUILD:production"
},
"repository": {
"type": "git",
"url": "https://github.com/additionsdigital/additionsdigital.github.io.git"
},
"author": "Ross Luebe",
"license": "Apache-2.0",
"devDependencies": {
"@tweenjs/tween.js": "^17.2.0",
"autoprefixer": "^10.4.13",
"babel-core": "^6.26.0",
"babel-preset-es2015-rollup": "^3.0.0",
"postcss-nested": "^6.0.1",
"rollup": "^0.55.3",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-uglify": "^3.0.0",
"three": "^0.137.0"
}
}